GetTargetInfoRequest

data class GetTargetInfoRequest(targetId: TargetID?)

Represents request frame that can be used with Target#getTargetInfo operation call.

Returns information about a target.

See also

Constructors

GetTargetInfoRequest
Link copied to clipboard
fun GetTargetInfoRequest(targetId: TargetID? = null)

Properties

targetId
Link copied to clipboard
val targetId: TargetID? = null

Sources

jvm source
Link copied to clipboard